home *** CD-ROM | disk | other *** search
/ IRIX 6.5 Applications 1998 June / SGI IRIX 6.5 Applications 1998 June.iso / dist / demos.idb / usr / demos / .cshrc.z / .cshrc (.txt)
Text File  |  1998-05-22  |  708b  |  26 lines

  1. # This is the default standard .cshrc provided to csh users.
  2. # They are expected to edit it to meet their own needs.
  3. #
  4. # The commands in this file are executed each time a new csh shell
  5. # is started.
  6. #
  7. # $Revision: 1.1 $
  8. #
  9.  
  10. # list directories in columns
  11. alias ls 'ls -C'
  12.  
  13. # Remember last 100 commands
  14. set history = 100
  15.  
  16. # For interactive shells, set the prompt to show the host name and event number.
  17. if ( (! $?ENVONLY) && $?prompt ) then
  18.     if ( -o /bin/su ) then
  19.         set prompt="`hostname -s` \!# "
  20.     else
  21.         set prompt="`hostname -s` \!% "
  22.     endif
  23. endif
  24. setenv PATH ${PATH}:usr/bin/X11/netscape:/usr/local/lib:/usr/demos/General_Demos:/usr/demos/Demo_Interfaces/Web/common:/usr/demos/Demo_Interfaces/Web/common
  25.  
  26.